Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_lower
ctype_lower
Check lowercase characters
Name:
ctype_lower
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check lowercase characters
Related
Common errors and solutions for PHP hash_final function
3
How to manage autoloaders for third-party libraries through spl_autoload_unregister
7
Solve the problem that the get_include_path() setting in PHP is ignored
6
hash_final combines file_put_contents to achieve data integrity verification
2
Similar Functions
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_digit
ctype_digit
Checknumericcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_print
ctype_print
Checkprintablecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles